
@font-face {
	font-family: 'BigruixianBlackGBV1.0';
	/* src: url('../fonts/songti.ttf') format('truetype'); */
	src: url('../fonts/ruixiannufang.TTF') format('truetype');
}
/*banner*/

.banner_box {
	width: 100%;
	height: 660px;
	position: relative;
}

.banner {
	height: 660px;
	/* -webkit-background-size: cover;
	background-size: cover; */
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	/* animation: suofang 40s linear infinite alternate; */
	position: relative;
}
.s_banner .swiper-slide{
	overflow: hidden;
}

.swiper-pagination{
	text-align: center;
	padding-right: 24px;
}
.swiper-pagination-bullet{
	background: #fff;
	opacity: .6;
	width: 32px;
	height: 4px;
	border-radius: 2px;
}
.swiper-pagination-bullet-active{
	width: 32px;
	height: 4px;
	background: #FFFFFF;
	border-radius: 2px;
	opacity: 1;
}
.swiper-container.s_banner{
	--swiper-theme-color: #fff;
	--swiper-pagination-color: #fff;/* 两种都可以 */
}

@keyframes suofang {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(1.3)
    }
}
.iabout_box{
	width: 100%;
	background: #fff;
	overflow: hidden;
}
.iabout_top{
	width: 100%;
	padding-top: 80px;
	padding-bottom: 60px;
}
.iabout_tl{
	width: 393px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
}
.iabout_tr{
	width: 758px;
	height: 382px;
	background: #1C2028;
}
.H_video{
	width: 100%;
	height: 100%;
}
.iabouttl_tit{
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 34px;
	margin-bottom: 40px;
}
.iabouttl_text{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
	margin-bottom: 28px;
}
.goabout_btn,.goabout_btn:hover{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	width: 112px;
	height: 40px;
	background: #2FC16E;
	border-radius: 20px;
}
.iabout_num_box{
	width: 100%;
	position: relative;
}
.iabout_num_box::before{
	position: absolute;
	content: '';
	width: 360px;
	top: 0;
	bottom: 0;
	left: 100%;
	background: #2FC16E;
}
.iabout_num{
	width: 300px;
	height: 210px;
	background: #2FC16E;
	align-items: center;
}
.iabout_num:nth-child(2n){
	background: #2AB866;
}
.iabout_n_n{
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}
.iabout_n_n span{
	font-size: 60px;
	font-family: 'BigruixianBlackGBV1.0';
	font-weight: 400;
	font-style: italic;
	color: #FFFFFF;
	line-height: 60px;
}
.iabout_n_t{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}

.izznl_box{
	width: 100%;
	background: #F4F7FB;
	padding-top: 79px;
	overflow: hidden;
	padding-bottom: 80px;
}
.ibox_tit{
	margin: 0 auto;
}
.iboxtit_name{
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 34px;
	margin-bottom: 10px;
}
.iboxtit_sub{
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 34px;
	margin-bottom: 30px;
}
.izznl_list{
	width: 100%;
	padding-bottom: 50px;
}
.iboxtit_sub::before,.iboxtit_sub::after{
	content: '';
	width: 36px;
	height: 2px;
	background: #2FC16E;
	margin: 0 8px;
}
.izznl_li{
	width: 50%;
	height: 620px;
	margin-bottom: 20px;
	margin-right: 20px;
	float: left;
	position: relative;
}
.izznl_li:nth-child(3),
.izznl_li:nth-child(4){
	margin-right: 0;
}
.izznl_li:nth-child(2),
.izznl_li:nth-child(3){
	width: calc(25% - 20px);
	height: 300px;
}
.izznl_li:nth-child(4){
	width: calc(50% - 20px);
	height: 300px;
}
.izznl_li_zzc{
	width: 100%;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(180deg, rgba(0,0,0,0.31), rgba(0,0,0,0));
}
.izznl_li_zzc span{
	position: absolute;
	left: 50px;
	bottom: 40px;
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 34px;
}
.itabs_box{
	margin-bottom: 20px;
}
.itabs_li{
	min-width: 150px;
	height: 56px;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	cursor: pointer;
	padding: 0 15px;
}
.itabs_li+.itabs_li{
	margin-left: 50px;
}
.itabs_li.active{
	background: #2FC16E;
	border-radius: 28px;
	color: #FFFFFF;
}
.cp_banner{
	width: 100%;
	height: 540px;
	overflow: visible;
}
.cp_swiper_prev1,.cp_swiper_next1{
	
	position: absolute;
	
	z-index: 100;
}
.cp_swiper_prev1 div,.cp_swiper_next1 div{
	color: #666;
	width: 58px;
	height: 58px;
	background: #F8F8F8;
	border-radius: 50%;
	font-size: 16px;
}
.cp_swiper_prev1{
	left: 65px;
	top: auto;
	bottom: 70px;
}
.cp_swiper_next1{
	left: 145px;
	right: auto;
	top: auto;
	bottom: 70px;
}
.cp_swiper_prev1::after,.cp_swiper_next1::after{
	
	font-size: 16px;
}
.icp_box{
	width: 100%;
	height: 100%;
	background: #fff;
	/* white-space: nowrap; */
}
.icpbox_l{
	width: 600px;
	height: 540px;
	/* display: inline-block; */
	padding: 64px;
}
.icpbox_r{
	/* display: inline-block; */
	width: 950px;
	height: 540px;
	padding-right: 350px;background: #fff;
}
.icpbox_r.div_img>div, 
.icpbox_r.div_img1>div{
	background-size: contain;
}
.icp_tit{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	margin-bottom: 25px;
}
.icp_text{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 28px;
	max-height: 140px;
	margin-bottom: 35px;
}
.go_xqbtn,.go_xqbtn:hover{
	width: 112px;
	height: 40px;
	background: #2FC16E;
	border-radius: 20px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}

.iwhy_box{
	width: 100%;
	height: 378px;
	background-color: #2FC16E;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../iwhybg.png);
	padding-top: 80px;
	text-align: center;
}
.iwhy_tit{
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 20px;
	line-height: 34px;
}
.iwhy_sub{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 26px;
	margin-bottom: 40px;
}
.iwhy_text{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 36px;
}
.f_addbox{
	width: 100%;
	background: #fff;
	padding-top: 80px;
	padding-bottom: 40px;
}
.faddli_tit{
	display: block;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	margin-bottom: 15px;
}
.faddli_hx{
	width: 64px;
	height: 1px;
	background: #DDDDDD;
	position: relative;
	margin-bottom: 20px;
}
.faddli_hx::before{
	content: '';
	width: 32px;
	height: 2px;
	background: #2FC16E;
	position: absolute;
	left: 0;
	bottom: 0;
}
.fadd_xli{
	display: block;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	padding: 5px 0;
	line-height: 22px;
	max-width: 238px;
}

.el-dialog{
	max-width: 95%;
}
.im_xqimg{
	width: 100%;
}
.im_xqtext{
	margin-top: 20px;
	width: 100%;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 26px;
	white-space: pre-line;
}
.about_banner{
	width: 100%;
	height: 450px;
}
.ab_mian_box{
	width: 100%;
}
.ab_mian{
	width: 100%;
	padding-top: 28px;
}
.abmian_l{
	width: 300px;
}
.abl_box{
	width: 100%;

}
.abl_box+.abl_box{
	margin-top: 20px;
}
.ablbox_tit{
	width: 100%;
	height: 64px;
	background: #2FC16E;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
}
.abl_list{
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
}
.abl_li{
	width: 100%;
	min-height: 56px;
	padding: 20px 28px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 20px;
}
.abl_li div{
	
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}
.abl_li+.abl_li{
	border-top: 1px solid #eee;
}
.abl_li span{
	font-size: 16px;
	color: #ccc;
}
.abmian_r{
	width: 872px;
	max-width: 100%;
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	padding: 28px;
}
.abmianr_tit{
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #CCCCCC;
	margin-bottom: 25px;
}
.abmianr_tit img{
	width: 26px;
	height: 30px;
	margin-right: 12px;
}
.abmianr_tit div{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	margin-right: 6px;
}
.xqfwb_box{
	width: 100%;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 28px;
}
.xqfwb_box *{
	max-width: 100%!important;
}
.abxq_tit{
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	text-align: center;
	line-height: 26px;
	margin-bottom: 45px;
}
.fzhis_list{
	width: 100%;
	padding-left: 152px;
}
.fzhis_li{
	width: 100%;
	/* min-height: 300px; */
	position: relative;
}
.fzhisli_time{
	position: absolute;
	left: -152px;
	top: 0;
	width: 100px;
	height: 34px;
	background: #2FC16E;
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}
.fzhis_li:not(:last-child):before{
	content: '';
	position: absolute;
	top: 54px;
	bottom: 0;
	left: -102px;
	width: 1px;
	/* border-left: 1px dashed #BBBBBB; */
	/* border-left: 1px dashed transparent; */
	background-image: linear-gradient(#BBBBBB 75%, rgba(255,255,255,0) 0%); /* 35%设置虚线点y轴上的长度 */
	background-position: left; /* right配置右边框位置的虚线 */
	background-size: 1px 10px; /* 第一个参数设置虚线点x轴上的长度；第二个参数设置虚线点的间距 */
	background-repeat: repeat-y;
}
.fzhis_li+.fzhis_li{
	margin-top: 20px;
}

.gylc_xtit{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
}
.cplist_box{
	width: 100%;
}
.cpli{
	width: 258px;
	/* margin-right: 20px; */
	margin-right: 18px;
	margin-bottom: 20px;
}
.cpli:nth-child(3n){
	margin-right: 0;
}
.cpli_img{
	width: 100%;
	height: 224px;
	background: #EDF1F4;
}
.cpli_name{
	width: 100%;
	height: 56px;
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	padding: 0 10px;
}
.lxwm_list{
	width: 100%;
}
.lxwm_li{
	width: 50%;
	margin-bottom: 20px;
}
.lxwm_li div{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 36px;
}
.lxwm_li p{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 36px;
}
.about_banner.div_img2>div{
	background-size: auto 100%;
}
/* 列表 start */
.map{
	width: 100%;
	height: 450px;
}
#dituContent{
	height: 100%;
}
@media screen and (min-width: 769px){
	.nav_box {
		display:block!important;
	}
}
.top_ss_box{
	position: relative;
	height: 100%;
}
.top_search_kbox{
	position: absolute;
	top: -155px;
	right: 0;
	padding-top: 10px;
	padding-bottom: 40px;
}
.top_ss_box:hover .top_search_kbox{
	top:80px;
	right: 0;
}
.top_ss_box .top_user_box{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	height: 44px;
	padding-left: 50px;
}
.top_ss_box .top_search_box{
	width: 318px;
	height: 40px;
	background: #FFFFFF;
	border-radius: 4px;
	padding: 0 0 0 10px;
	border: 1px solid #EEEEEE;
	overflow: hidden;
}
.top_ss_box .top_search_box input{
	min-width: 0;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333;
	outline: none;
}
.top_ss_box .top_search_i{
	width: 52px;
	height: 40px;
	background: #2FC16E;
}
.top_ss_box .top_search_i span{
	font-size: 18px;
	color: #fff;
}
@media screen and (max-width: 1200px) and (min-width: 901px) {
	body{
		zoom: .8;
	}
}
@media screen and (max-width: 900px) and (min-width: 770px) {
	body{
		zoom: .6;
	}
}
@media screen and (max-width: 768px) {
	
	.top_user_box{
		/* height: auto; */
		height: 44px;
		padding-right: 40px;
	}
	
	

	
	.swiper-pagination{
		/* text-align: right; */
		padding-right: 12px;
	}
	
	.swiper-pagination-bullet{
		
		width: 16px;
		height: 2px;
		border-radius: 2px;
	}
	.swiper-pagination-bullet-active{
		width: 16px;
		height: 2px;
		
		border-radius: 2px;
		
	}
	.banner,
	.banner_box{
		/* height: 155px; */
		height: 175px;
		width: 100%;
		margin-bottom: 0;
		/* border-radius: 8px; */
		overflow: hidden;
	}
	
	.banner_name{
		
		font-size: 12px;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: #FFFFFF;
		padding:10px 16px 26px;
		
	}
	.info_banner,
	.info_banner_box {
		height: 182px;
		width: 100%;
	}

	/* 首页 */
	
	.swiper-button-prev1,
	.swiper-button-next1{
		width: 30px;
		height: 30px;
	}
	.swiper-button-prev1{
		left: 0px;
	}
	.swiper-button-next1{
		right: 0px;
	}
	
	
	
	.iabout_top{
		flex-direction: column;
		padding: 12px 10px;
	}
	.iabout_tl{
		width: 100%;
	}
	.iabout_tr{
		width: 100%;
		height: 200px;
		margin-top: 10px;
	}
	.iabouttl_tit{
		margin-bottom: 10px;
		font-size: 20px;
		line-height: 26px;
	}
	.iabouttl_text{
		margin-bottom: 10px;
	}
	.iabout_num_box{
		/* flex-direction: column; */
		flex-wrap: wrap;
	}
	.iabout_num{
		width: 50%;
		padding: 10px;
		height: auto;
	}
	.iabout_n_t{
		height: 40px;
		line-height: 20px;
	}
	.iabout_n_n span{
		font-size: 40px;
	}
	.izznl_box{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.iboxtit_name{
		font-size: 24px;
		line-height: 26px;
	}
	.iboxtit_sub{
		font-size: 14px;
		margin-bottom: 0px;
	}
	.izznl_list{
		width: 100%;
		padding: 10px;
	}
	.izznl_li{
		width: 49%;
		margin-right: 2%;
		height: 200px;
		margin-bottom: 10px;
	}
	.izznl_li:nth-child(2),
	.izznl_li:nth-child(3),
	.izznl_li:nth-child(4){
		width: 49%;
		margin-right: 2%;
		height: 200px;
	}
	.izznl_li:nth-child(2n){
		margin-right: 0;
	}
	.izznl_li_zzc span{
		left: 10px;
		font-size: 12px;
	}
	
	
	.itabs_box{
		justify-content: flex-start;
		overflow-x: scroll;
		overflow-y: hidden;
		margin-bottom: 10px;
	}
	.itabs_li {
		font-size: 14px;
		min-width: 90px;
		height: 35px;
	}
	.itabs_li+.itabs_li{
		margin-left: 10px;
	}
	.cp_banner{
		height: 220px;
	}
	.icp_box {
		/* flex-direction: column; */
		height: 220px;
	}
	.icpbox_l{
		width:auto;
		height: auto;
		padding: 10px;
		/* height: 220px; */
		position: absolute;
		top: 10px;
		left: 10px;
		right: 10px;
		bottom: 10px;
		background: rgba(255, 255, 255, .586);
	}
	.icpbox_r{
		width:100%;
		height: 220px;
		padding-right: 0;
	}
	.icp_tit{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.icp_text{
		margin-bottom: 10px;
		font-size: 12px;
		line-height: 18px;
		/* -webkit-line-clamp: 3; */
		max-height: 90px;
		height: 90px;
	}
	.cp_swiper_prev1 div, .cp_swiper_next1 div{
		width: 40px;
		height: 40px;
	}
	.cp_swiper_prev1{
		left: auto;
		right: 70px;
		bottom: 24px;
	}
	.cp_swiper_next1{
		left: auto;
		right: 20px;
		bottom: 24px;
	}
	.iwhy_box{
		height: auto;
		padding: 20px 10px;
	}
	.iwhy_tit{
		font-size: 18px;
		margin-bottom: 10px;
		line-height: 22px;
	}
	.iwhy_sub{
		font-size: 14px;
		margin-bottom: 10px;
		line-height: 22px;
	}
	.iwhy_text{
		font-size: 12px;
		line-height: 16px;
	}
	
	.f_addbox{
		padding: 10px;
	}
	.faddli_tit{
		margin-bottom: 8px;
	}
	.faddli_hx{
		margin-bottom: 20px;
	}
	
	
	.f_add_list{
		flex-direction: column;
	}
	.f_add_li{
		width: 100%;
	}
	.faddli_hx{
		margin-bottom: 5px;
	}
	.fadd_xlist{
		margin-bottom: 5px;
	}
	.fadd_xli {
		display: inline-block;
		margin-right: 15px;
		padding: 2px 0;
		max-width: 100%;
	}
	.fadd_xli:last-child{
		margin-right: 0;
	}
	.about_banner{
		height: 150px;
	}
	.ab_mian{
		flex-direction: column;
		padding: 10px;
	}
	.abmian_l{
		width: 100%;
		margin-bottom: 10px;
	}
	.abmian_r{
		padding: 10px;
	}
	.fzhis_list{
		padding-left: 100px;
	}
	.fzhisli_time{
		left: -100px;
		width: 90px;
	}
	.fzhis_li:not(:last-child):before{
		left: -55px;
	}
	
	
	
	
	.cpli{
		width: 49%;
		margin-right: 2%;
		margin-bottom: 10px;
	}
	.cpli:nth-child(3n){
		margin-right: 2%;
	}
	.cpli:nth-child(2n){
		margin-right: 0;
	}
	.cpli_img{
		height: 180px;
	}
	.lxwm_li{
		margin-bottom: 10px;
		width: 100%;
	}
	
	
	.top_search_kbox{
		position: fixed;
		top: -155px;
		right: 50%;
		margin-right: -159px;
		padding-top: 10px;
		padding-bottom: 40px;
	}
	.top_ss_box:hover .top_search_kbox{
		top:64px;
		right: 50%;
		margin-right: -159px;
	}
	
	
	
}
